home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / misc_pto / bc7stub / clstub.bat < prev    next >
DOS Batch File  |  1990-03-14  |  249b  |  7 lines

  1.   @Echo OFF
  2.   Rem CLSTUB.BAT
  3.   Rem Compiles STUBSCAN.BAS using Microsoft BASIC compiler Ver. 7.x.
  4.   Rem Links STUBSCAN.OBJ and Microsoft BC 7.x stub files.
  5.   BC STUBSCAN.BAS /O /E;
  6.   LINK /NOE STUBSCAN.OBJ+NOFLTIN+NOEDIT+NOCOM+NOLPT+SMALLERR;
  7.